services.akkoma.config.":web_push_encryption".":vapid_details".private_key

NixOS option

base64-encoded private ECDH key. The attribute _secret should point to a file containing the secret.

type: secret value
Default
{
  _secret = "/var/lib/secrets/akkoma/vapid-private";
}
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →